home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / ArchiveUtils / JumpBack / Source / Makefile < prev    next >
Encoding:
Makefile  |  1995-06-12  |  1.7 KB  |  61 lines

  1. #
  2. # Generated by the NeXT Project Builder.
  3. #
  4. # NOTE: Do NOT change this file -- Project Builder maintains it.
  5. #
  6. # Put all of your customizations in files called Makefile.preamble
  7. # and Makefile.postamble (both optional), and Makefile will include them.
  8. #
  9.  
  10. NAME = JumpBack
  11.  
  12. PROJECTVERSION = 1.1
  13. LANGUAGE = English
  14.  
  15. APPICON = JumpBack.tiff
  16. LOCAL_RESOURCES = InfoPanel.nib JumpBack.nib PrefPanel.nib \
  17.                   TwoPassUIControl.nib Index_ROM.tiff Index_ROM_abort.tiff \
  18.                   tar_CD.tiff tar_CD_abort.tiff Help rdistControl.strings \
  19.                   twoPassUI.strings Localization.strings \
  20.                   cdromControl.strings tarControl.strings
  21.  
  22. GLOBAL_RESOURCES = JumpBack.tiff JumpBack_abort.tiff JumpBack_help.tiff \
  23.                    JumpBack_notext.tiff Patterns.template \
  24.                    Predefined.template file_writable make_dir.sh feathers
  25.  
  26. CLASSES = CDROMIndexControl.m DragView.m JumpBackControl.m \
  27.           PreferencesPanel.m RdistControl.m Subprocess.m TarControl.m \
  28.           TwoPassUIControl.m
  29.  
  30. HFILES = CDROMIndexControl.h DragView.h JumpBackControl.h pathutil.h \
  31.          PreferencesPanel.h RdistControl.h Subprocess.h TarControl.h \
  32.          TwoPassUIControl.h
  33.  
  34. MFILES = JumpBack_main.m
  35.  
  36. CFILES = pathutil.c
  37.  
  38. OTHERSRCS = cdromControl.h Localization.h rdistControl.h tarControl.h \
  39.             twoPassUI.h
  40.  
  41.  
  42. MAKEFILEDIR = /NextDeveloper/Makefiles/app
  43. INSTALLDIR = $(HOME)/Apps
  44. INSTALLFLAGS = -c -s -m 755
  45. SOURCEMODE = 444
  46.  
  47. ICONSECTIONS =    -sectcreate __ICON app JumpBack.tiff
  48.  
  49. LIBS = -lMedia_s -lNeXT_s -lIndexing_s
  50. DEBUG_LIBS = $(LIBS)
  51. PROF_LIBS = $(LIBS)
  52.  
  53.  
  54. -include Makefile.preamble
  55.  
  56. include $(MAKEFILEDIR)/app.make
  57.  
  58. -include Makefile.postamble
  59.  
  60. -include Makefile.dependencies
  61.